home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / cyberxxxsrc / decoder / txt / decodedummy.c < prev    next >
C/C++ Source or Header  |  1999-02-08  |  381b  |  19 lines

  1. /*
  2. sc:c/sc opt txt/DecodeDummy.c
  3. */
  4.  
  5. #include "Decode.h"
  6. #include "YUV.h"
  7.  
  8. /* /// "DecodeDummy()" */
  9. __asm void DecodeDummy(REG(a0) uchar *from,
  10.                        REG(a1) uchar *to,
  11.                        REG(d0) ulong width,
  12.                        REG(d1) ulong height,
  13.                        REG(d2) ulong encSize,
  14.                        REG(a2) uchar *spec)
  15. {
  16. }
  17. /* \\\ */
  18.  
  19.